type github.com/jackc/pgx/v5/pgtype.scanPlanBinaryFloat4ToTextScanner

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		float4.go#L188: 			return scanPlanBinaryFloat4ToTextScanner{}
		float4.go#L262: type scanPlanBinaryFloat4ToTextScanner struct{}
		float4.go#L264: func (scanPlanBinaryFloat4ToTextScanner) Scan(src []byte, dst any) error {